Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rockset feature #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

umireon
Copy link
Contributor

@umireon umireon commented Apr 17, 2017

Rockset: a set of Luarocks rocks for specific Lua version

This PR adds a rockset management plugin to luaver.
This plugin can manage named rocksets for each Lua version:
myrockset_5.2.4
myrockset_5.3.1
my_rockset_system

The rockset feature can be loaded by sourcing luaver_rockset.
The usage can be gotten by running luaver rockset after sourcing.

Currently, the following commands are supported:
luaver rockset create myrockset 2.4.1
luaver rockset use myrockset
luaver rockset delete myrockset
luaver rockset current
luaver rockset list
where 2.4.1 is the Luarocks version.

Closes #10

Rockset: a set of Luarocks rocks for specific Lua version

This commit adds a rockset management plugin to luaver.
This plugin can manage named rocksets for each Lua version:
  myrockset_5.2.4
  myrockset_5.3.1
  my_rockset_system

The rockset feature can be loaded by sourcing luaver_rockset.
The usage can be gotten by running `luaver rockset` after sourcing.

Currently, the following commands are supported:
  luaver rockset create myrockset 2.4.1
  luaver rockset use myrockset
  luaver rockset delete myrockset
  luaver rockset current
  luaver rockset list
where 2.4.1 is the Luarocks version.
@DhavalKapil
Copy link
Owner

Thank you once again!
I'd like to add usage information and proper installation before I merge this. Keeping it on hold for a while.

@astadmistry
Copy link

Any update on this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Rockset" feature
3 participants